home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / code / p_serlib.sit / Serial Library Source Code / get_port.h < prev    next >
Text File  |  1989-07-27  |  645b  |  23 lines

  1. /***********************************************************************/
  2. /*    
  3. /*    get_port.h
  4. /*    by Atul Butte
  5. /*    Copyright ⌐ 1989 by Microsoft Corporation
  6. /*    All Rights Reserved
  7. /*
  8. /*    version 1.0
  9. /*    
  10. /*    
  11. /*    This module provides a routine which will convert the port number
  12. /*    into the input and output driver reference numbers.
  13. /*    
  14. /***********************************************************************/
  15.  
  16. /***********************************************************************/
  17. /*
  18. /*    P R O T O T Y P E S
  19. /*
  20. /***********************************************************************/
  21.  
  22. OSErr get_port( short port, short *prefIn, short *prefOut );
  23.